cairoblur: Fix the blur again once more
authorJasper St. Pierre <jstpierre@mecheye.net>
Mon, 27 Oct 2014 17:18:37 +0000 (10:18 -0700)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 27 Oct 2014 17:20:43 +0000 (10:20 -0700)
commit5f40f58c36478fda78d9718c66981ef6c35ba3bd
tree25ec6383185743f393ba005dcf13c80b900edcb1
parentac9ac555551be0a607ad7b76531c2f80ea76d349
cairoblur: Fix the blur again once more

The differences between the mutter and GTK+ code are subtle, but it
turns out that _gtk_cairo_blur_compute_pixels actually returns the
shadow *spread*. Since we use a triple box blur, the constant was
multiplied by 1.5 to approximate three chained box blurs. Split this
out and use the correct value for the lobe width.
gtk/gtkcairoblur.c